services.dokuwiki.sites.<name>.phpOptions

Options for PHP's php.ini file for this dokuwiki site.

Type
attribute set of string
Default
{ }
Example
{
  "opcache.interned_strings_buffer" = "8";
  "opcache.max_accelerated_files" = "10000";
  "opcache.memory_consumption" = "128";
  "opcache.revalidate_freq" = "15";
  "opcache.fast_shutdown" = "1";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix>